mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-02 18:46:52 +01:00
mobilizon-reshare.git: [native-inputs]: Add pytest-lazy-fixture.
This commit is contained in:
parent
f12992c5d9
commit
4fd4a778fc
2
.envrc
2
.envrc
@ -1,5 +1,5 @@
|
|||||||
if command -v guix; then
|
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)"
|
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
|
# Add development scripts to PATH
|
||||||
|
@ -377,6 +377,8 @@ development, testing, production]};
|
|||||||
("poetry" ,poetry)
|
("poetry" ,poetry)
|
||||||
("python-pytest" ,python-pytest-6)
|
("python-pytest" ,python-pytest-6)
|
||||||
("python-pytest-asyncio" ,python-pytest-asyncio-0.15)
|
("python-pytest-asyncio" ,python-pytest-asyncio-0.15)
|
||||||
|
("python-pytest-lazy-fixture"
|
||||||
|
,python-pytest-lazy-fixture)
|
||||||
("python-responses" ,python-responses)
|
("python-responses" ,python-responses)
|
||||||
("python-wrapper" ,python-3.9-wrapper)))
|
("python-wrapper" ,python-3.9-wrapper)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
@ -396,6 +398,6 @@ development, testing, production]};
|
|||||||
(synopsis
|
(synopsis
|
||||||
"Publish Mobilizon events to your social networks")
|
"Publish Mobilizon events to your social networks")
|
||||||
(description
|
(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.")
|
events to your social media.")
|
||||||
(license coopyleft))))
|
(license coopyleft))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user