Skip to content

Commit

Permalink
Remove failing relative path test case
Browse files Browse the repository at this point in the history
This test case seemed to work prior to flake8 v3.8,
after which paths are now resolved relative to CWD
making this test case futile:

https://gitlab.com/pycqa/flake8/-/merge_requests/363

See my issue #13.
  • Loading branch information
peterjc committed May 18, 2020
1 parent 4ce5bfb commit c1535a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/flake8_config/flake8

This file was deleted.

1 change: 0 additions & 1 deletion tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ flake8 --select BLK --max-line-length 50 test_cases/*.py
flake8 --select BLK --max-line-length 90 test_cases/*.py
flake8 --select BLK with_pyproject_toml/*.py
flake8 --select BLK with_pyproject_toml/*.py --black-config with_pyproject_toml/pyproject.toml
flake8 --select BLK without_pyproject_toml/*.py --config=flake8_config/flake8
flake8 --select BLK --max-line-length 88 with_pyproject_toml/
flake8 --select BLK without_pyproject_toml/*.py --black-config with_pyproject_toml/pyproject.toml
# Adding --black-config '' should have no effect:
Expand Down

0 comments on commit c1535a9

Please sign in to comment.