diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-01-22 00:14:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-22 00:14:05 +0000 |
| commit | 4b19a2dca31b89fdc333cf4db8244c3dd496a172 (patch) | |
| tree | ea4a87793ff4306f2e78078b639ac0fa51fc7fff /pkgs/development/python-modules/robotframework-pythonlibcore | |
| parent | 4684c03fe1819101e279127e8f1d14be9cdafec7 (diff) | |
| parent | a9d9ac9827026bfac442b1021c73421e8be9bf8a (diff) | |
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/robotframework-pythonlibcore')
| -rw-r--r-- | pkgs/development/python-modules/robotframework-pythonlibcore/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/robotframework-pythonlibcore/default.nix b/pkgs/development/python-modules/robotframework-pythonlibcore/default.nix index 01e6a98c0228..47c8734eb2b4 100644 --- a/pkgs/development/python-modules/robotframework-pythonlibcore/default.nix +++ b/pkgs/development/python-modules/robotframework-pythonlibcore/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { }) ]; - checkInputs = [ + nativeCheckInputs = [ pytest-mockito pytestCheckHook robotframework |
