Skip to content

Commit d36d16f

Browse files
committed
Fix test failure but updating to pytest 9.0.0
This shouldn't be necessary here, but seems to be because of how things are installed. A more robust solution is coming so this is a work around for now
1 parent 552e282 commit d36d16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package_version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ pub fn default_version(package: &PythonPackage) -> String {
172172
PythonPackage::Mkdocstrings => "0.30.1".to_string(),
173173
PythonPackage::MyPy => "1.18.2".to_string(),
174174
PythonPackage::PreCommit => "4.3.0".to_string(),
175-
PythonPackage::Pytest => "8.4.2".to_string(),
175+
PythonPackage::Pytest => "9.0.0".to_string(),
176176
PythonPackage::PytestAsyncio => "1.3.0".to_string(),
177177
PythonPackage::PytestCov => "7.0.0".to_string(),
178178
PythonPackage::Ruff => "0.14.4".to_string(),

0 commit comments

Comments
 (0)