Skip to content

Commit

Permalink
fix: Support breaking changes in pytest 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCardin committed Oct 8, 2020
1 parent 55a8aaf commit d6dba02
Show file tree
Hide file tree
Showing 7 changed files with 913 additions and 578 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,16 @@ jobs:
- run-make:
command: test

test-pytest6:
executor: python38
steps:
- setup-python
- setup_remote_docker:
docker_layer_caching: true
- run: pip install pytest==6.1.1
- run-make:
command: test

lint:
executor: python36
steps:
Expand All @@ -204,6 +214,7 @@ workflows:
- test-without-extras
- test-python37
- test-python38
- test-pytest6

- publish:
requires:
Expand All @@ -212,6 +223,7 @@ workflows:
- test-python36
- test-python37
- test-python38
- test-pytest6
filters:
branches:
only:
Expand Down
Loading

0 comments on commit d6dba02

Please sign in to comment.