about summary refs log tree commit diff
path: root/pkgs/development/python-modules/fastecdsa
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-11-06 23:30:21 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-11-06 23:30:21 +0100
commitf1b83980d37567eeed64dcb5a7a1fd2d4a84e1ba (patch)
tree787b40382e1afc7d6db853884951cab7622df23a /pkgs/development/python-modules/fastecdsa
parentc95f0d0fb03107bc70816ffe6421bc862b31497a (diff)
python3Packages.fastecdsa: migrate to disabledTestPaths
Diffstat (limited to 'pkgs/development/python-modules/fastecdsa')
-rw-r--r--pkgs/development/python-modules/fastecdsa/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/fastecdsa/default.nix b/pkgs/development/python-modules/fastecdsa/default.nix
index c161acdb3650f..e7dbea075870d 100644
--- a/pkgs/development/python-modules/fastecdsa/default.nix
+++ b/pkgs/development/python-modules/fastecdsa/default.nix
@@ -8,6 +8,7 @@
 buildPythonPackage rec {
   pname = "fastecdsa";
   version = "2.2.2";
+  format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
@@ -18,10 +19,10 @@ buildPythonPackage rec {
 
   checkInputs = [ pytestCheckHook ];
 
-  # skip tests which require being online to download test vectors
-  pytestFlags = [
-     "--ignore=fastecdsa/tests/test_wycheproof_vectors.py"
-     "--ignore=fastecdsa/tests/test_rfc6979_ecdsa.py"
+  disabledTestPaths = [
+    # skip tests which require being online to download test vectors
+    "fastecdsa/tests/test_wycheproof_vectors.py"
+    "fastecdsa/tests/test_rfc6979_ecdsa.py"
   ];
 
   # skip tests for now, they fail with