diff options
author | EuAndreh <eu@euandre.org> | 2023-03-07 18:07:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-07 18:07:31 -0300 |
commit | 383d303b1f587a66979c02e322b20460a16c12da (patch) | |
tree | 62e672ca26a9a0bd9fe0663c4e43f886cd2af764 | |
parent | etc/sh/rc: Case-insensitive search by default in g() (diff) | |
download | dotfiles-383d303b1f587a66979c02e322b20460a16c12da.tar.gz dotfiles-383d303b1f587a66979c02e322b20460a16c12da.tar.xz |
etc/guix/home.scm: Replace pytest libs with ones that can run in parallel and do coverage
-rw-r--r-- | etc/guix/home.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index b2cabbd..fa17e27 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -433,8 +433,8 @@ left it off the last time it was used.") python-slixmpp python-unidecode python-yubikey-manager - python-coverage - python-pytest + python-pytest-cov + python-pytest-xdist python-requests python-beautifulsoup4 python-docx |