File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -220,3 +220,5 @@ Contributors
220220- Peter Küffner (@kuepe-sl)
221221
222222- Andrew MacCormack (@amaccormack-lumira)
223+
224+ - Chris R (@offbyone)
Original file line number Diff line number Diff line change 1717tests : ga
1818
1919test-deps :
20- pip install -r dev-requirements.txt
20+ pip install -e .[dev]
2121
2222htmlcov : .coverage
2323 coverage html --omit=github3/packages/*
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ Please read the `CONTRIBUTING`_ document.
3737Testing
3838~~~~~~~
3939
40- You can run either ``pip install -r dev-requirements.txt `` to install the
41- following before testing or simply ``make test-deps ``. It is suggested you do
42- this in a virtual environment. These need to be installed for the tests to run.
40+ You can run ``pip install -e .[dev] `` to install the following before testing or
41+ simply ``make test-deps ``. It is suggested you do this in a virtual environment.
42+ These need to be installed for the tests to run.
4343
4444- betamax _
4545- coverage _ by Ned Batchelder
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments