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
@@ -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