Skip to content

Commit

Permalink
Add pytest-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Aug 14, 2024
1 parent 9a38939 commit db728dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pull_request_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
pip install --upgrade pip
pip install pytest
pip install pytest-cov
pip install pytest-timeout
pip install -e .
- name: Run pytest and Generate coverage report
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def run(self):
with open("requirements.txt") as f:
install_requires = f.readlines()

test_requires = ["pytest>=5.2", ]
test_requires = ["pytest>=5.2", "pytest-timeout>=2.3.1"]
dev_requires = ["flake8", "pre-commit", "pylint", "hsds>=0.8.4"]
description = ("National Renewable Energy Laboratory's (NREL's) REsource "
"eXtraction tool: rex")
Expand Down

0 comments on commit db728dd

Please # to comment.