Skip to content

Commit 6f6ff2c

Browse files
committed
dev(hansbug): use potc>=0.0.3 && use new test packages
1 parent b49bf51 commit 6f6ff2c

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

requirements-test.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
coverage>=5
22
mock>=4.0.3
33
flake8~=3.5
4-
pytest~=5.4.3
5-
pytest-cov~=2.10.1
6-
pytest-mock~=3.5.1
7-
pytest-forked~=1.3.0
8-
pytest-xdist~=1.34.0
9-
pytest-timeout~=1.4.2
10-
pytest-rerunfailures~=9.1.1
4+
pytest~=6.2.5
5+
pytest-cov~=3.0.0
6+
pytest-mock~=3.6.1
7+
pytest-xdist>=1.34.0
8+
pytest-rerunfailures~=10.2
9+
pytest-timeout~=2.0.2
1110
easydict>=1.7,<2
1211
numpy>=1.19,<2
1312
where>=1.0.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
potc>=0.0.2
1+
potc>=0.0.3
22
treevalue>=1.0.0

0 commit comments

Comments
 (0)