nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at r-updates 12 lines 493 B view raw
1diff --git a/tests/conftest.py b/tests/conftest.py 2index 8b9bd31b..472f57b8 100644 3--- a/tests/conftest.py 4+++ b/tests/conftest.py 5@@ -29,7 +29,6 @@ def install_required_packages(): 6 print(f'{__file__}:install_required_packages)(): Running: {command}', flush=1) 7 subprocess.run(command, shell=1, check=1) 8 9-install_required_packages() 10 11 # Need to import pymupdf only after we've installed pymupdf-fonts above, 12 # because pymupdf imports pymupdf_fonts, and copes with import failure.