gnu: python-faker: Fix indentation.
* gnu/packages/python-xyz.scm (python-faker): Fix indentation. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
parent
fafb7ab1e2
commit
271343d4f5
1 changed files with 30 additions and 30 deletions
|
@ -15902,7 +15902,7 @@ parsing UK postcodes.")
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _ (invoke "python" "-m" "pytest" "-v"))))))
|
(lambda _ (invoke "python" "-m" "pytest" "-v"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(;; For testing
|
`( ;; For testing
|
||||||
("python-freezegun" ,python-freezegun)
|
("python-freezegun" ,python-freezegun)
|
||||||
("python-pytest" ,python-pytest-6)
|
("python-pytest" ,python-pytest-6)
|
||||||
("python-random2" ,python-random2)
|
("python-random2" ,python-random2)
|
||||||
|
|
Reference in a new issue