Source: pysyncobj
Version: 0.3.14-2
Severity: wishlist
Hi,
I'm doing a review of what needs to be done to drop old "python3.py".
This is loosely related, but clutter the results,
I could as well get fixed someday.
Greetings
Alexandre
diff --git a/debian/rules b/debian/rules
index 394bce0..09f72c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,4 @@ override_dh_installdocs:
dh_sphinxdoc /usr/share/doc/python3-pysyncobj/html
override_dh_auto_test:
- py.test-3 -v -l test_syncobj.py
+ pytest -v -l test_syncobj.py
diff --git a/debian/tests/test b/debian/tests/test
index f6e4ef3..3c32e26 100644
--- a/debian/tests/test
+++ b/debian/tests/test
@@ -1,3 +1,3 @@
#!/bin/bash
-py.test-3 -v -l test_syncobj.py
+pytest -v -l test_syncobj.py