mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
23f871a409
closes ticket:2776
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.
|