We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dee6a commit dde9d34Copy full SHA for dde9d34
requirements.txt
@@ -1,11 +1,8 @@
1
-mamba==0.11.2
2
-expects==0.9.0
3
-doublex==1.9.3
4
-doublex-expects==0.7.1
5
flake8==3.8.0
6
flake8-quotes==2.1.1
7
tox==3.20.0
8
sphinx==3.4.1
9
sphinx-rtd-theme==0.5.2
10
pytest==7.2.0
11
pytest-cov==4.0.0
+Jinja2==3.1.2
tox.ini
@@ -7,16 +7,12 @@ commands =
pytest specs/ --cov --cov-report=html
deps =
- expects==0.9.0
- doublex==1.9.3
12
- doublex-expects==0.7.1
13
14
15
16
mock==5.0.0
17
18
pytest-html==3.2.0
19
- pytest-metadata==2.0.4
20
usedevelop=True
21
22
[gh-actions]
0 commit comments