Skip to content

Commit 3f00651

Browse files
committed
get python tests running again
1 parent 659c3e7 commit 3f00651

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed
File renamed without changes.
File renamed without changes.

python/tox.ini

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ pass_env =
2020
[testenv:.pkg]
2121
pass_env = MATURIN_PEP517_ARGS
2222

23+
[testenv:search]
24+
extras =
25+
test
26+
wheel_build_env = .pkg_search
27+
commands = pytest --nbmake --nbmake-timeout=1200 {tty:--color=yes} tests/test_search
28+
29+
[testenv:.pkg_search]
30+
set_env =
31+
MATURIN_PEP517_ARGS="--features=search,extension-module"
32+
33+
2334
[testenv:export]
2435
extras =
2536
export
@@ -39,18 +50,6 @@ deps =
3950
matplotlib
4051
commands = pytest --nbmake --nbmake-timeout=1200 {tty:--color=yes} ../examples/python/socio-patterns/example.ipynb
4152

42-
[testenv:storage]
43-
extras =
44-
test
45-
set_env =
46-
DISK_TEST_MARK=1
47-
wheel_build_env = .pkg_private
48-
commands = pytest --nbmake --nbmake-timeout=1200 {tty:--color=yes} tests
49-
50-
[testenv:.pkg_private]
51-
set_env =
52-
MATURIN_PEP517_ARGS="--features=storage,extension-module"
53-
5453
[testenv:docs]
5554
deps =
5655
-r ../docs/requirements.txt

0 commit comments

Comments
 (0)