mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
6 lines
335 B
Plaintext
6 lines
335 B
Plaintext
|
Tahoe's testing-only dependencies can now be installed by asking for the
|
||
|
[test] extra, so if you want to set up a virtualenv for testing, use "pip
|
||
|
install -e .[test]" instead just of "pip install -e ." . At the moment this
|
||
|
only includes "coverage" and "pyflakes", but in the future it might include
|
||
|
"mock" and other utility libraries.
|