forked from distributed-system-analysis/pbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pytest-timeout and refactor requirements.txt files (distributed-s…
…ystem-analysis#3509) PBENCH-1236
- Loading branch information
Showing
5 changed files
with
7 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
pytest>=6.2.5 | ||
requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
[pytest] | ||
addopts = -s | ||
log_cli=False | ||
log_level=INFO | ||
log_cli = False | ||
log_level = INFO | ||
filterwarnings= | ||
# Issue #557 in `pytest-cov` (currently v4.x) has not moved for a while now, | ||
# but once a resolution has been adopted we can drop this "ignore". | ||
# Ref: https://github.com/pytest-dev/pytest-cov/issues/557 | ||
ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning | ||
timeout = 300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,3 @@ | ||
coverage | ||
filelock | ||
gitpython | ||
mock>=3.0.5 | ||
pytest>=6.2.5 | ||
pytest-cov>=2.7.1 | ||
pytest-freezegun | ||
pytest-helpers-namespace==2019.1.8 | ||
pytest-mock | ||
pytest-dependency # functional tests | ||
pytest-xdist | ||
pytest-freezegun | ||
requests_mock | ||
responses |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters