Skip to content
Snippets Groups Projects
Commit 89874a44 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Replace test-requirements.txt with the [test] extra

parent c59f68a0
No related branches found
No related tags found
1 merge request!183CircleCI-based macOS CI
......@@ -43,13 +43,9 @@ jobs:
run: |
python -m pip install -v wheel coverage
- name: "Install Test Dependencies"
- name: "Install ZKAPAuthorizer and dependencies"
run: |
python -m pip install -v -r test-requirements.txt
- name: "Install ZKAPAuthorizer"
run: |
python -m pip install -v ./
python -m pip install -v ./[test]
- name: "Dump Python Environment"
run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment