diff options
Diffstat (limited to 'pkgs/development/python-modules/oslo-config/tests.nix')
| -rw-r--r-- | pkgs/development/python-modules/oslo-config/tests.nix | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/oslo-config/tests.nix b/pkgs/development/python-modules/oslo-config/tests.nix index 0540760e57a0..7f6a3dfbf6f0 100644 --- a/pkgs/development/python-modules/oslo-config/tests.nix +++ b/pkgs/development/python-modules/oslo-config/tests.nix @@ -1,16 +1,17 @@ -{ buildPythonPackage -, oslo-config -, docutils -, oslo-log -, oslotest -, requests-mock -, sphinx -, stestr -, testscenarios +{ + buildPythonPackage, + oslo-config, + docutils, + oslo-log, + oslotest, + requests-mock, + sphinx, + stestr, + testscenarios, }: buildPythonPackage { -pname = "oslo-config-tests"; + pname = "oslo-config-tests"; inherit (oslo-config) version src; format = "other"; |
