mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
Get the tor and i2p dependencies into the check environment again
This commit is contained in:
parent
1a6197d07c
commit
de9907bd71
@ -137,7 +137,11 @@ buildPythonPackage rec {
|
||||
# runtime dependencies test-only dependencies (for whichever test
|
||||
# suites are enabled).
|
||||
checkInputs = (
|
||||
lib.optionals (doUnit || doIntegration) unitTestDependencies ++
|
||||
lib.optionals (doUnit || doIntegration) (
|
||||
unitTestDependencies ++
|
||||
passthru.optional-dependencies.tor ++
|
||||
passthru.optional-dependencies.i2p
|
||||
) ++
|
||||
lib.optionals doIntegration integrationTestDependencies
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user