File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ skip_missing_interpreters = {env:COVERAGE_SKIP_MISSING_INTERPRETERS:True}
9
9
toxworkdir = {env:TOXWORKDIR:.tox}
10
10
11
11
[testenv]
12
- usedevelop = True
13
12
extras =
14
13
toml
14
+ package = editable
15
15
16
16
# PYVERSIONS
17
17
deps =
@@ -30,15 +30,11 @@ setenv =
30
30
# so override any local setting.
31
31
PYTHONPYCACHEPREFIX =
32
32
33
- # $set_env.py: COVERAGE_PIP_ARGS - Extra arguments for `pip install`
34
- # `--no-build-isolation` will let tox work with no network.
35
33
commands =
36
34
# Create tests/zipmods.zip
37
35
python igor.py zip_mods
38
36
39
- # Build the C extension and test with the CTracer
40
- python setup.py --quiet build_ext --inplace
41
- python -m pip install {env:COVERAGE_PIP_ARGS} -q -e .
37
+ # Test with the CTracer that normal installation gives us.
42
38
python igor.py test_with_tracer c {posargs}
43
39
44
40
# Remove the C extension so that we can test the PyTracer
You can’t perform that action at this time.
0 commit comments