mobilizon-reshare.git: [native-inputs]: Add pytest-lazy-fixture.

This commit is contained in:
Giacomo Leidi 2021-11-12 01:05:39 +01:00
parent f12992c5d9
commit 4fd4a778fc
2 changed files with 4 additions and 2 deletions

2
.envrc
View File

@ -1,5 +1,5 @@
if command -v guix; then
rm -f .guix-root
eval "$(guix time-machine -C channels-lock.scm -- shell -r .guix-root -D -f guix.scm -m manifest.scm --pure --search-paths -L . -L ./patches)"
# Add development scripts to PATH

View File

@ -377,6 +377,8 @@ development, testing, production]};
("poetry" ,poetry)
("python-pytest" ,python-pytest-6)
("python-pytest-asyncio" ,python-pytest-asyncio-0.15)
("python-pytest-lazy-fixture"
,python-pytest-lazy-fixture)
("python-responses" ,python-responses)
("python-wrapper" ,python-3.9-wrapper)))
(propagated-inputs
@ -396,6 +398,6 @@ development, testing, production]};
(synopsis
"Publish Mobilizon events to your social networks")
(description
"This package provides a CLI application to publish your Mobilizon
"This package provides a CLI application to publish Mobilizon
events to your social media.")
(license coopyleft))))