Skip to content

Commit f0d6682

Browse files
antoinemzsDimfacion
authored andcommitted
[client] reinstate "test-requirements"
Signed-off-by: Antoine MAZEAS <[email protected]>
1 parent a3625f8 commit f0d6682

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- run:
6767
name: install dependencies
6868
command: >
69-
pip3 install --user -r requirements.txt
69+
pip3 install --user -r requirements.txt -r test-requirements.txt
7070
- run:
7171
name: check version
7272
command: |

test-requirements.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
black==24.10.0
2-
isort>=5.10
2+
isort>=5.10
3+
build>=0.7
4+
isort>=5.10
5+
pre-commit~=3.3
6+
pytest~=8.1
7+
pytest-cases~=3.6
8+
pytest-cov~=4.1
9+
pytest_randomly~=3.8
10+
types-python-dateutil>=2.8
11+
types-pytz>=2021.3.5
12+
wheel~=0.36
13+
thefuzz~=0.22

0 commit comments

Comments
 (0)