python313Packages.asyncprawcore: set to pytest-asyncio_0 (#446575)

Changed files
+6 -9
pkgs
development
python-modules
asyncpraw
asyncprawcore
+2 -2
pkgs/development/python-modules/asyncpraw/default.nix
···
flit-core,
mock,
pytestCheckHook,
-
pytest-asyncio,
+
pytest-asyncio_0,
pytest-vcr,
pythonOlder,
requests-toolbelt,
···
nativeCheckInputs = [
pytestCheckHook
-
pytest-asyncio
+
pytest-asyncio_0
pytest-vcr
vcrpy
requests-toolbelt
+4 -7
pkgs/development/python-modules/asyncprawcore/default.nix
···
flit-core,
mock,
pytestCheckHook,
-
pytest-asyncio,
+
pytest-asyncio_0,
pytest-vcr,
-
pythonOlder,
requests,
requests-toolbelt,
testfixtures,
···
version = "2.4.0";
pyproject = true;
-
disabled = pythonOlder "3.8";
-
src = fetchFromGitHub {
owner = "praw-dev";
repo = "asyncprawcore";
···
hash = "sha256-FDQdtnNjsbiEp9BUYdQFMC/hkyJDhCh2WHhQWSQwrFY=";
};
-
nativeBuildInputs = [ flit-core ];
+
build-system = [ flit-core ];
-
propagatedBuildInputs = [
+
dependencies = [
requests
aiohttp
yarl
···
mock
requests-toolbelt
pytestCheckHook
-
pytest-asyncio
+
pytest-asyncio_0
pytest-vcr
vcrpy
];