mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
turn off a lot of autobahn dependencies we don't need
This commit is contained in:
parent
35254adebf
commit
4b932b8699
@ -103,7 +103,22 @@ in {
|
||||
# The autobahn test suite pulls in a vast number of dependencies for
|
||||
# functionality we don't care about. It might be nice to *selectively*
|
||||
# disable just some of it but this is easier.
|
||||
autobahn = onPyPy dontCheck super.autobahn;
|
||||
autobahn = onPyPy dontCheck (super.autobahn.override {
|
||||
base58 = null;
|
||||
click = null;
|
||||
ecdsa = null;
|
||||
eth-abi = null;
|
||||
jinja2 = null;
|
||||
hkdf = null;
|
||||
mnemonic = null;
|
||||
py-ecc = null;
|
||||
py-eth-sig-utils = null;
|
||||
py-multihash = null;
|
||||
rlp = null;
|
||||
spake2 = null;
|
||||
yapf = null;
|
||||
eth-account = null;
|
||||
});
|
||||
|
||||
# and python-dotenv tests pulls in a lot of dependencies, including jedi,
|
||||
# which does not work on PyPy.
|
||||
|
Loading…
x
Reference in New Issue
Block a user