File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,14 +51,13 @@ jobs:
5151 - name : Prepare env
5252 run : |
5353 python -m pip install -U wheel coveralls
54- python -m pip install -r requirements_tests.txt --prefer-binary
5554
5655 - name : Setup annotations on Linux
5756 if : runner.os == 'Linux'
5857 run : python -m pip install pytest-github-actions-annotate-failures
5958
6059 - name : Build and install package
61- run : python -m pip install -e .
60+ run : python -m pip install -e .[test]
6261
6362 - name : Run tests
6463 run : python -m pytest -v --cov=flake8_secure_coding_standard
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ build-backend = "setuptools.build_meta"
7272minversion = ' 6.0'
7373addopts = ' -pno:warnings'
7474testpaths = [' tests' ]
75+ mock_traceback_monkeypatch = false
76+
7577
7678[tool .setuptools_scm ]
7779write_to = ' VERSION.txt'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments