diff options
| -rw-r--r-- | gnu/packages/instrumentation.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm index 6f70f5eab0c..94f76c7432e 100644 --- a/gnu/packages/instrumentation.scm +++ b/gnu/packages/instrumentation.scm @@ -707,7 +707,7 @@ bundled with python-3 and luajit that you can delete in a package variant.") #:phases #~(modify-phases %standard-phases (replace 'check (assoc-ref gnu:%standard-phases 'check))))) - (native-inputs (list boost python-pytest)) + (native-inputs (list boost python-pytest-8)) (home-page "https://github.com/eepp/yactfr") (synopsis "CTF reading library offering a C++14 API") (description "While the @acronym{CTF, Common Trace Format} reading |
