Skip to content
Snippets Groups Projects
Commit a7d844df authored by ulif's avatar ulif
Browse files

Disable packaging-related tests by default.

We now `pytest.mark` tests that are mainly related to packaging and
disable them by default. This is a first workaround for broken
year-checks. These tests blindly fail when the current year does not
equal the one mentioned in docs and version string.

In fact the tests should compare the year in docs/version string with
the year of "current" commit (with "current commit" being the one
representing the tested codebase). Another issue to be addressed.

All tests can be run by: `py.test -m ""`, the packaging-only tests can
be run by `py.test -m "packaging"`. `tox` got a new env called `pkg`.
parent cbdfbac8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment