aboutsummaryrefslogtreecommitdiff
path: root/tests/test_packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_packages.py')
-rw-r--r--tests/test_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_packages.py b/tests/test_packages.py
index bca8966..b655b47 100644
--- a/tests/test_packages.py
+++ b/tests/test_packages.py
@@ -92,7 +92,7 @@ def test_package_resolution(assert_equal, targets, packages, test_project,
def test_resolution_override(targets, test_project):
datadir = DataDir(Path(test_utils.test_data_dir(__file__), 'override'))
packages = Packages(datadir)
- target_obj = BuildTarget(targets, packages, "centos-stream-8")
+ target_obj = BuildTarget(targets, packages, "centos-stream-9")
pkgs = test_project.get_packages(target_obj)
assert isinstance(pkgs['meson'], PyPIPackage)