We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796cfbe commit 3c07b59Copy full SHA for 3c07b59
1 file changed
tests/test_config.py
@@ -45,7 +45,7 @@ def test_add_repo_path_ebuild(self, raw_ebuild_repo):
45
config.add_repo(path, "existing")
46
47
# nonexistent
48
- with pytest.raises(InvalidRepo, match="nonexistent repo path"):
+ with pytest.raises(InvalidRepo):
49
config.add_repo("/path/to/nonexistent/repo")
50
51
def test_add_repo_path_fake(self, config, tmp_path):
0 commit comments