Skip to content

Commit

Permalink
Merge pull request #1620 from fabianegli/pytest-requirements
Browse files Browse the repository at this point in the history
Pytest requirements
  • Loading branch information
ewels authored Jun 2, 2022
2 parents dc4e8f1 + 2117653 commit f476a07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

### General

- Updated the package requirements to prevent defunct installations of nf-core [#1620](https://github.com/nf-core/tools/pull/1620)
- Add `--fail-warned` flag to `nf-core lint` to make warnings fail [#1593](https://github.com/nf-core/tools/pull/1593)
- Add `--fail-warned` flag to pipeline linting workflow [#1593](https://github.com/nf-core/tools/pull/1593)

Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pytest
pytest-datafiles
pytest-cov
mock
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jsonschema>=3.0
markdown>=3.3
packaging
prompt_toolkit>=3.0.3
pytest-workflow
pytest>=7.0.0
pytest-workflow>=1.6.0
pyyaml
questionary>=1.8.0
requests
Expand Down

0 comments on commit f476a07

Please sign in to comment.