Skip to content

Commit

Permalink
Do not always force run of tests/ (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Apr 21, 2024
1 parent 0765aa8 commit 8b8cdb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -16,7 +16,7 @@ setenv =
# Use a non-existent file to prevent boto3 from loading
# any configuration from the user's environment
AWS_CONFIG_FILE = {toxinidir}/tests/no_such_file.conf
commands = pytest --cov=storages tests/ {posargs}
commands = pytest --cov=storages {posargs}
deps =
cryptography
django3.2: django~=3.2.9
Expand Down Expand Up @@ -45,7 +45,6 @@ commands =
black --check .
skip_install = true


[pytest]
# Default test paths to run, if no other paths are specified on the CLI
# (specify paths after a -- e.g. `tox -- tests/test_s3.py`)
Expand Down

0 comments on commit 8b8cdb2

Please sign in to comment.