Skip to content

Commit a223728

Browse files
author
Pedro Crespo
committed
Updates test reqs for other tests folders
1 parent c5d04fb commit a223728

File tree

6 files changed

+38
-35
lines changed

6 files changed

+38
-35
lines changed

api/tests/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VENV_DIR ?= $(abspath $(ROOT_DIR)/.venv)
66
.PHONY: all
77
all: install tests
88

9-
%.txt: %.in
9+
requirements.txt: requirements.in
1010
# pip compiling $<
1111
@$(VENV_DIR)/bin/pip-compile --output-file $@ $<
1212

api/tests/requirements.txt

+15-12
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ attrs==19.3.0 # via aiohttp, jsonschema, openapi-core, pytest
1010
chardet==3.0.4 # via aiohttp
1111
coverage==4.5.1
1212
idna-ssl==1.1.0 # via aiohttp
13-
idna==2.8 # via idna-ssl, yarl
14-
importlib-metadata==1.3.0 # via jsonschema, pluggy, pytest
15-
isodate==0.6.0 # via openapi-core
16-
jsonschema==3.2.0 # via openapi-spec-validator
13+
idna==2.9 # via idna-ssl, yarl
14+
importlib-metadata==1.5.0 # via jsonschema, pluggy, pytest
15+
isodate==0.6.0 # via openapi-schema-validator
16+
jsonschema==3.2.0 # via openapi-schema-validator, openapi-spec-validator
1717
lazy-object-proxy==1.4.3 # via openapi-core
18-
more-itertools==8.0.2 # via pytest, zipp
19-
multidict==4.7.3 # via aiohttp, yarl
20-
openapi-core==0.12.0
18+
more-itertools==8.2.0 # via openapi-core, pytest
19+
multidict==4.7.5 # via aiohttp, yarl
20+
openapi-core==0.13.3
21+
openapi-schema-validator==0.1.1 # via openapi-core
2122
openapi-spec-validator==0.2.8 # via openapi-core
22-
packaging==20.0 # via pytest, pytest-sugar
23+
packaging==20.3 # via pytest, pytest-sugar
24+
parse==1.15.0 # via openapi-core
2325
pluggy==0.13.1 # via pytest
2426
py==1.8.1 # via pytest
2527
pyparsing==2.4.6 # via packaging
@@ -28,15 +30,16 @@ pytest-aiohttp==0.3.0
2830
pytest-cov==2.8.1
2931
pytest-instafail==0.4.1.post0
3032
pytest-sugar==0.9.2
31-
pytest==5.3.2
33+
pytest==5.3.5
3234
pyyaml==5.3 # via openapi-spec-validator
33-
six==1.13.0 # via isodate, jsonschema, openapi-core, openapi-spec-validator, packaging, pyrsistent
34-
strict-rfc3339==0.7 # via openapi-core
35+
six==1.14.0 # via isodate, jsonschema, openapi-core, openapi-schema-validator, openapi-spec-validator, packaging, pyrsistent
36+
strict-rfc3339==0.7 # via openapi-schema-validator
3537
termcolor==1.1.0 # via pytest-sugar
3638
typing-extensions==3.7.4.1 # via aiohttp
3739
wcwidth==0.1.8 # via pytest
40+
werkzeug==1.0.0 # via openapi-core
3841
yarl==1.4.2 # via aiohttp
39-
zipp==0.6.0 # via importlib-metadata
42+
zipp==3.1.0 # via importlib-metadata
4043

4144
# The following packages are considered to be unsafe in a requirements file:
4245
# setuptools

tests/e2e/requirements/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ROOT_DIR = $(realpath $(CURDIR)/../../../)
44
VENV_DIR ?= $(realpath $(ROOT_DIR)/.venv)
55

66

7-
%.txt: %.in
7+
requirements.txt: requirements.in
88
# pip compiling $<
99
@$(VENV_DIR)/bin/pip-compile --output-file $@ $<
1010

tests/e2e/requirements/requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile
5+
# pip-compile --output-file=requirements.txt requirements.in
66
#
77
certifi==2019.11.28 # via requests
88
chardet==3.0.4 # via requests
9-
docker==4.1.0
10-
idna==2.8 # via requests
9+
docker==4.2.0
10+
idna==2.9 # via requests
1111
pyyaml==5.3
12-
requests==2.22.0 # via docker
13-
six==1.13.0 # via docker, tenacity, websocket-client
14-
tenacity==6.0.0
15-
urllib3==1.25.7 # via requests
12+
requests==2.23.0 # via docker
13+
six==1.14.0 # via docker, tenacity, websocket-client
14+
tenacity==6.1.0
15+
urllib3==1.25.8 # via requests
1616
websocket-client==0.57.0 # via docker

tests/swarm-deploy/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ROOT_DIR = $(abspath $(CURDIR)/../../)
77
VENV_DIR ?= $(abspath $(ROOT_DIR)/.venv)
88

99

10-
%.txt: %.in
10+
requirements.txt: requirements.in
1111
# pip compiling $<
1212
@$(VENV_DIR)/bin/pip-compile --output-file $@ $<
1313

tests/swarm-deploy/requirements.txt

+13-13
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@ async-timeout==3.0.1 # via aiohttp
99
attrs==19.3.0 # via aiohttp, pytest
1010
certifi==2019.11.28 # via requests
1111
chardet==3.0.4 # via aiohttp, requests
12-
coverage==4.5.1 # via -r requirements.in (line 1), pytest-cov
13-
docker==4.2.0 # via -r requirements.in (line 11)
12+
coverage==4.5.1
13+
docker==4.2.0
1414
idna-ssl==1.1.0 # via aiohttp
1515
idna==2.9 # via idna-ssl, requests, yarl
1616
importlib-metadata==1.5.0 # via pluggy, pytest
1717
more-itertools==8.2.0 # via pytest
1818
multidict==4.7.5 # via aiohttp, yarl
19-
packaging==20.1 # via pytest, pytest-sugar
19+
packaging==20.3 # via pytest, pytest-sugar
2020
pluggy==0.13.1 # via pytest
2121
py==1.8.1 # via pytest
2222
pyparsing==2.4.6 # via packaging
23-
pytest-aiohttp==0.3.0 # via -r requirements.in (line 4)
24-
pytest-cov==2.8.1 # via -r requirements.in (line 5)
25-
pytest-instafail==0.4.1.post0 # via -r requirements.in (line 6)
26-
pytest-mock==2.0.0 # via -r requirements.in (line 7)
27-
pytest-runner==5.2 # via -r requirements.in (line 8)
28-
pytest-sugar==0.9.2 # via -r requirements.in (line 9)
29-
pytest==5.3.5 # via -r requirements.in (line 3), pytest-aiohttp, pytest-cov, pytest-instafail, pytest-mock, pytest-sugar
30-
pyyaml==5.3 # via -r requirements.in (line 13)
23+
pytest-aiohttp==0.3.0
24+
pytest-cov==2.8.1
25+
pytest-instafail==0.4.1.post0
26+
pytest-mock==2.0.0
27+
pytest-runner==5.2
28+
pytest-sugar==0.9.2
29+
pytest==5.3.5
30+
pyyaml==5.3
3131
requests==2.23.0 # via docker
3232
six==1.14.0 # via docker, packaging, tenacity, websocket-client
33-
tenacity==6.1.0 # via -r requirements.in (line 12)
33+
tenacity==6.1.0
3434
termcolor==1.1.0 # via pytest-sugar
3535
typing-extensions==3.7.4.1 # via aiohttp
3636
urllib3==1.25.8 # via requests
3737
wcwidth==0.1.8 # via pytest
3838
websocket-client==0.57.0 # via docker
3939
yarl==1.4.2 # via aiohttp
40-
zipp==3.0.0 # via importlib-metadata
40+
zipp==3.1.0 # via importlib-metadata

0 commit comments

Comments
 (0)