Skip to content

Commit

Permalink
🚑 Exclude sphinx conf from pytest auto-discovery
Browse files Browse the repository at this point in the history
But only under Python 3.5!
  • Loading branch information
webknjaz committed Sep 24, 2020
1 parent 455b3d3 commit bb30728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ def pytest_addoption(parser):


if sys.version_info < (3, 6):
collect_ignore.append('docs/conf.py') # uses f-strings
collect_ignore.append('pavement.py')

0 comments on commit bb30728

Please sign in to comment.