Archived
1
0
Fork 0

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:
Sébastien Lerique 2021-10-15 11:40:35 +09:00 committed by Lars-Dominik Braun
parent fafb7ab1e2
commit 271343d4f5
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -15902,7 +15902,7 @@ parsing UK postcodes.")
(replace 'check
(lambda _ (invoke "python" "-m" "pytest" "-v"))))))
(native-inputs
`(;; For testing
`( ;; For testing
("python-freezegun" ,python-freezegun)
("python-pytest" ,python-pytest-6)
("python-random2" ,python-random2)