File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,17 @@ dependencies:
10
10
- setuptools_scm
11
11
- toml
12
12
13
- # Conda
14
- - anaconda-client
15
- - conda-build
16
- - conda-verify
17
-
18
13
# Package dependencies
19
14
- pytask >= 0.1.0
20
15
- pytask-parallel >= 0.1.0
21
16
- latex-dependency-scanner
22
17
23
18
# Misc
24
19
- black
25
- - bumpversion
26
20
- jupyterlab
27
21
- matplotlib
28
22
- pdbpp
29
23
- pre-commit
24
+ - pytest
30
25
- pytest-cov
31
26
- pytest-xdist
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist = pytest, pre-commit
2
+ envlist = pytest
3
3
skipsdist = True
4
4
skip_missing_interpreters = True
5
5
@@ -19,13 +19,9 @@ conda_channels =
19
19
conda-forge
20
20
nodefaults
21
21
commands =
22
- pip install --no-deps .
22
+ pip install .
23
23
pytest {posargs}
24
24
25
- [testenv:pre-commit]
26
- deps = pre-commit
27
- commands = pre-commit run --all-files
28
-
29
25
[doc8]
30
26
ignore = D002, D004
31
27
max-line-length = 89
You can’t perform that action at this time.
0 commit comments