We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b65662f + cd5b94d commit 13a4725Copy full SHA for 13a4725
MANIFEST.in
@@ -15,7 +15,7 @@ recursive-include demo *
15
include cythonize.dat
16
17
# Add build and testing tools
18
-include tox.ini
+include tox.ini pytest.ini
19
recursive-include util *
20
21
# Exclude what we don't want to include
pywt/conftest.py
@@ -0,0 +1,6 @@
1
+import pytest
2
+
3
4
+def pytest_configure(config):
5
+ config.addinivalue_line("markers",
6
+ "slow: Tests that are slow.")
0 commit comments