Skip to content

Commit

Permalink
Move collect_ignore from setup cfg to conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdabbas committed Mar 28, 2024
1 parent 6ba2f9c commit 2bfeeab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ exclude = docs

[aliases]
test = pytest

[tool:pytest]
collect_ignore = ['setup.py']
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

from advertools import crawl_headers

collect_ignore = ["setup.py"]


@pytest.fixture(scope="session")
def crawl_dir():
Expand Down

0 comments on commit 2bfeeab

Please sign in to comment.