This commit is contained in:
2025-05-06 17:09:30 +02:00
parent 4a4f0e6947
commit 0433d79f0c
19 changed files with 875 additions and 242 deletions

View File

@@ -13,6 +13,14 @@ python3Packages.buildPythonApplication {
# https://github.com/NixOS/nixpkgs/issues/285234
dontCheckRuntimeDeps = true;
pythonImportsCheck = [];
doCheck = true;
nativeCheckInputs = with python3Packages; [
pytest
pytestCheckHook
];
nativeBuildInputs = with python3Packages; [ setuptools ];
propagatedBuildInputs = with python3Packages; [
brother-ql

View File

@@ -15,6 +15,7 @@ mkShell {
psycopg2
python-barcode
sqlalchemy
pytest
]))
];
}