Merge pull request #221720 from tahoe-lafs/aiocontextvars-does-not-depend-on-sqlalchemy

python3Packages.aiocontextvars: Remove sqlalchemy dependency
This commit is contained in:
Martin Weinelt 2023-03-17 20:56:54 +00:00 committed by GitHub
commit da10e809ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,6 @@
, pytest-runner
, pytestCheckHook
, pytest-asyncio
, sqlalchemy
, isPy27
}:
@ -25,10 +24,6 @@ buildPythonPackage rec {
pytest-runner
];
propagatedBuildInputs = [
sqlalchemy
];
nativeCheckInputs = [
pytestCheckHook
pytest-asyncio