File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed
Expand file tree Collapse file tree 3 files changed +11
-12
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -20,6 +20,17 @@ pass_env =
2020[testenv:.pkg]
2121pass_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]
2435extras =
2536 export
@@ -39,18 +50,6 @@ deps =
3950 matplotlib
4051commands = 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]
5554deps =
5655 -r ../docs/requirements.txt
You can’t perform that action at this time.
0 commit comments