diff --git a/.envrc b/.envrc index 0ad7aff..951ee77 100644 --- a/.envrc +++ b/.envrc @@ -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 diff --git a/docker/mobilizon-reshare.scm b/docker/mobilizon-reshare.scm index 4679ef3..f0d57c5 100644 --- a/docker/mobilizon-reshare.scm +++ b/docker/mobilizon-reshare.scm @@ -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))))