Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ recursive-include demo *
include cythonize.dat

# Add build and testing tools
include tox.ini
include tox.ini pytest.ini
recursive-include util *

# Exclude what we don't want to include
Expand Down
6 changes: 6 additions & 0 deletions pywt/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import pytest


def pytest_configure(config):
config.addinivalue_line("markers",
"slow: Tests that are slow.")