We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159564b commit f09e21fCopy full SHA for f09e21f
2 files changed
.github/workflows/python-package.yml
@@ -46,7 +46,7 @@ jobs:
46
cat ${GITHUB_WORKSPACE}/src/mas/devops/__init__.py
47
python -m pip install --upgrade pip
48
pip install .[dev]
49
- python -m pytest test/src -v --tb=short --maxfail=1 -x
+ python -m pytest test/src -v --tb=short --maxfail=1 -x --timeout=300
50
51
- name: Lint with flake8
52
run: |
setup.py
@@ -72,6 +72,7 @@ def get_version(rel_path):
72
'flake8', # MIT License
73
'pytest', # MIT License
74
'pytest-mock', # MIT License
75
+ 'pytest-timeout', # MIT License
76
'requests-mock', # Apache Software License
77
'setuptools', # MIT License
78
],
0 commit comments