File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ matrix:
37
37
env : TOXENV=py37-test-mpl30
38
38
- python : 3.8
39
39
env : TOXENV=py38-test-mpl31
40
- - python : 3.8
41
- env : TOXENV=py38-test-minimal
42
40
- python : 3.8
43
41
env : TOXENV=codestyle
44
42
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ packages = find:
29
29
# installing Matplotlib unecessarily.
30
30
install_requires =
31
31
pytest
32
+ matplotlib
32
33
33
34
[options.entry_points]
34
35
pytest11 =
@@ -37,7 +38,6 @@ pytest11 =
37
38
[options.extras_require]
38
39
test =
39
40
pytest-cov
40
- matplotlib
41
41
42
42
[tool:pytest]
43
- testpaths = " tests"
43
+ testpaths = " tests"
Original file line number Diff line number Diff line change @@ -23,14 +23,12 @@ deps =
23
23
mpl31: matplotlib ==3.1.*
24
24
mpldev: git+https://github.com/matplotlib/matplotlib.git# egg=matplotlib
25
25
extras =
26
- !minimal: test
26
+ test
27
27
commands =
28
28
pip freeze
29
29
# Make sure the tests pass with and without --mpl
30
- !minimal: pytest ' {toxinidir}' {posargs}
31
- !minimal: pytest ' {toxinidir}' --mpl --cov pytest_mpl {posargs}
32
- # Make sure that the plugin won't crash pytest if Matplotlib isn't installed
33
- minimal: python -c ' import pytest_mpl.plugin'
30
+ pytest ' {toxinidir}' {posargs}
31
+ pytest ' {toxinidir}' --mpl --cov pytest_mpl {posargs}
34
32
35
33
[testenv:codestyle]
36
34
skip_install = true
You can’t perform that action at this time.
0 commit comments