tahoe-lafs: update meta.platforms, disable outdated test

This commit is contained in:
Sandro Jäckel 2022-06-04 07:21:45 +02:00
parent 8437545f81
commit 3ca93302d4
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -31,6 +31,9 @@ python3Packages.buildPythonApplication rec {
sed -i 's/"zope.interface.*"/"zope.interface"/' src/allmydata/_auto_deps.py
sed -i 's/"pycrypto.*"/"pycrypto"/' src/allmydata/_auto_deps.py
# incompatible with latest autobahn
rm src/allmydata/test/web/test_logs.py
'';
# Remove broken and expensive tests.
@ -95,6 +98,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://tahoe-lafs.org/";
license = [ licenses.gpl2Plus /* or */ "TGPPLv1+" ];
maintainers = with lib.maintainers; [ MostAwesomeDude ];
platforms = platforms.gnu ++ platforms.linux;
platforms = platforms.linux;
};
}