Description: Remove Sphincs+ tests to build without PySPX
 PySPX is an optional runtime dependency to support post-quantum signing. It is
 not available as Debian package. This patch removes tests that require PySPX,
 to allow building securesystemslib. PySPX may still be installed via pip or the
 manylinux1 docker image, when using securesystemslib.
 https://github.com/sphincs/pyspx

Author: Lukas Puehringer <lukas.puehringer@nyu.edu> (old patch)
Author: Simon Josefsson <simon@josefsson.org> (current patch)
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
diff --git a/tests/test_signer.py b/tests/test_signer.py
index de21fac..097f42d 100644
--- a/tests/test_signer.py
+++ b/tests/test_signer.py
@@ -580,7 +580,7 @@ class TestUtils(unittest.TestCase):
             compute_default_keyid("foo", "bar", {"baz": 1.1})
 
 
-@unittest.skipIf(os.name == "nt", "PySPX n/a on Windows")
+@unittest.skipIf(True, "PySPX n/a on Debian")
 class TestSphincs(unittest.TestCase):
     """Test create keys, sign and verify for sphincs keys."""
 
