Skip to content

Commit d42e012

Browse files
committed
Remove running unit tests from matplotlib, packaging, utilities
- There are no tests in these projects
1 parent 30a0d58 commit d42e012

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

plugins/matplotlib/tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ isolated_build = True
44
[testenv]
55
deps =
66
deephaven-server
7-
commands =
8-
python -m unittest {posargs}
97
basepython = python3.9
108

119
[testenv:py3.9]

plugins/packaging/tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ isolated_build = True
44
[testenv]
55
deps =
66
deephaven-server
7-
commands =
8-
python -m unittest {posargs}
97
basepython = python3.9
108

119
[testenv:py3.9]

plugins/utilities/tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ isolated_build = True
44
[testenv]
55
deps =
66
deephaven-server
7-
commands =
8-
python -m unittest {posargs}
97
basepython = python3.9
108

119
[testenv:py3.9]

0 commit comments

Comments
 (0)