Skip to content
Draft
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
7 changes: 0 additions & 7 deletions requirements/test.txt

This file was deleted.

1 change: 0 additions & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
tox>=4
git+https://github.com/fedora-python/tox-current-env.git@0cf2785#egg=tox-current-env
14 changes: 0 additions & 14 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,6 @@ universal = 1
max-line-length = 120
ignore = C901,W504,W503

[coverage:run]
source = .
branch = True
omit =
.tox/*
setup.py
**/**/tests*
**/**/test_*.py

[coverage:report]
exclude_lines =
pragma: no cover
raise AssertionError
raise NotImplementedError

[isort]
profile = black
Expand Down
Empty file removed src/croniter/tests/__init__.py
Empty file.
13 changes: 0 additions & 13 deletions src/croniter/tests/base.py

This file was deleted.

Loading