Skip to content

Commit 07d3609

Browse files
committed
Fix a few minor issues
1 parent 509def1 commit 07d3609

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ build-backend = "setuptools.build_meta"
7272
minversion = '6.0'
7373
addopts = '-pno:warnings'
7474
testpaths = ['tests']
75+
mock_traceback_monkeypatch = false
76+
7577

7678
[tool.setuptools_scm]
7779
write_to = 'VERSION.txt'

requirements_tests.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)