Skip to content

Commit

Permalink
requirements: Restrict pytest to < 6.0 due to bug/problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhodrin authored and mloubout committed Jul 29, 2020
1 parent 1ec58b7 commit 21a7831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fail-fast: false
matrix:
#im-name: [cpu-dev, cpu-latest]
im-name: cpu-dev
im-name: [cpu-dev]

steps:
- name: Run simple test
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pip>=9.0.1
numpy>1.16
sympy<1.6
scipy
pytest>=3.6
pytest>=3.6,<6.0
pytest-runner
flake8>=2.1.0
nbval
Expand Down

0 comments on commit 21a7831

Please sign in to comment.