Skip to content

Commit 95fa255

Browse files
committed
Update dependencies and remove unused test
The test tested for a condition that was covered by the other tests. See pytest-docker-compose#72
1 parent 15249e4 commit 95fa255

File tree

5 files changed

+6
-50
lines changed

5 files changed

+6
-50
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
tox
3535
publish:
3636
docker:
37-
- image: circleci/python:3.8.0b1
37+
- image: circleci/python:3.9.1
3838
working_directory: ~/repo
3939
steps:
4040
- checkout

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
tox==3.20.0
2-
pytest==6.0.1
3-
docker-compose==1.27.0
1+
tox==3.21.2
2+
pytest==6.2.1
3+
docker-compose==1.28.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="pytest-docker-compose",
88
description="Manages Docker containers during your integration tests",
99
long_description=long_description,
10-
version="3.2.0",
10+
version="3.2.1",
1111
author="Roald Storm",
1212
author_email="[email protected]",
1313
url="https://github.com/pytest-docker-compose/pytest-docker-compose",

tests/pytest_docker_compose_tests/test_single_compose_file.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deps =
77
pytest4: pytest>=4,<5
88
pytest5: pytest>=5,<6
99
pytest6: pytest>=6,<7
10-
docker-compose==1.26.2
10+
docker-compose==1.28
1111
pycodestyle
1212
mypy
1313
whitelist_externals=

0 commit comments

Comments
 (0)