Skip to content

Commit c2cfc09

Browse files
committed
Maybe fix it.
1 parent 5d1b974 commit c2cfc09

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

environment.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,17 @@ dependencies:
1010
- setuptools_scm
1111
- toml
1212

13-
# Conda
14-
- anaconda-client
15-
- conda-build
16-
- conda-verify
17-
1813
# Package dependencies
1914
- pytask >= 0.1.0
2015
- pytask-parallel >= 0.1.0
2116
- latex-dependency-scanner
2217

2318
# Misc
2419
- black
25-
- bumpversion
2620
- jupyterlab
2721
- matplotlib
2822
- pdbpp
2923
- pre-commit
24+
- pytest
3025
- pytest-cov
3126
- pytest-xdist

tox.ini

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = pytest, pre-commit
2+
envlist = pytest
33
skipsdist = True
44
skip_missing_interpreters = True
55

@@ -19,13 +19,9 @@ conda_channels =
1919
conda-forge
2020
nodefaults
2121
commands =
22-
pip install --no-deps .
22+
pip install .
2323
pytest {posargs}
2424

25-
[testenv:pre-commit]
26-
deps = pre-commit
27-
commands = pre-commit run --all-files
28-
2925
[doc8]
3026
ignore = D002, D004
3127
max-line-length = 89

0 commit comments

Comments
 (0)