Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
ail
Commits
4991d576856c
Commit
4991d576
authored
Oct 27, 2021
by
Fabien Amarger
Browse files
fix(tox): fix how test are run
parent
1db4be1479f2
Pipeline
#90426
failed with stages
in 1 minute and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_ail.py
View file @
4991d576
...
...
@@ -16,7 +16,7 @@
import
re
import
sys
from
io
import
StringIO
from
logilab.common.
test
lib
import
TestCase
from
unit
test
import
TestCase
from
logilab.common.fileutils
import
ensure_fs_mode
from
stat
import
S_IWRITE
...
...
tox.ini
View file @
4991d576
...
...
@@ -4,6 +4,7 @@
[testenv]
deps
=
pytest
logilab-common
git+https://github.com/psycojoker/pytest-capture-deprecatedwarnings
commands
=
{envpython}
-m
pytest
{posargs:test}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment