Package: gfapy / 1.2.3+dfsg-3

Metadata

Package Version Patches format
gfapy 1.2.3+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
switch to pytest.patch | (download)

.travis.yml | 2 1 + 1 - 0 !
setup.py | 4 2 + 2 - 0 !
tests/test_api_rgfa.py | 8 4 + 4 - 0 !
3 files changed, 7 insertions(+), 7 deletions(-)

 add patch to port tests to pytest
regex raw strings.patch | (download)

gfapy/field/float.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use raw strings for regex
 Fixes a SyntaxWarning in later Python versions.