Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf7fd24b

Browse files
committed
Workaround test order dependency (test_unit.py sets a global pyparsing state that conflicts with TINY tests, so move it to run last)
1 parent49ed2e0 commitf7fd24b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎tox.ini‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ deps =
1212
doctest: myst-parser
1313
doctest: alabaster
1414
extras = unit: diagrams
15+
setenv =
16+
PYTHONPATH = {env:PYTHONPATH}{:}{toxinidir}
1517
commands =
16-
unit: pytest tests examples/tiny/tests {posargs}
18+
# tests must go last
19+
unit: pytest examples/tiny/tests tests {posargs}
1720
doctest: sphinx-build -b doctest docs docs\_build\doctest
1821
allowlist_externals =
1922
pytest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp