summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pure-python-adb
AgeCommit message (Collapse)Author
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-05-22treewide: migrate python packages to optional-dependenciesMartin Weinelt
This follows the term used by PEP 621.
2022-04-12python310Packages.pure-python-adb: disable testsMartin Weinelt
All tests result in RuntimeError. Make the pythonImportsCheck for the async parts conditional on doCheck, as checkInput only works when doCheck is true.
2022-04-12python3Packages.pure-python-adb: split off async requirementsMartin Weinelt
2020-10-03pythonPackages.pure-python-adb: init at 0.3.0.dev0Jamie Magee