From 9a3f0ef113c3bfd1fb65d55f9605e11c034835e0 Mon Sep 17 00:00:00 2001 From: vedithal-amd Date: Mon, 26 Jan 2026 18:38:09 -0500 Subject: [PATCH] [rocprofiler-compute] Pin dependencies version in requirements-test.txt (#2861) * Pin versions in requirements-test.txt - Validated compatibility to version pins in requirements.txt - Validated compatibility with pytest, ctest, automatic test suite - Validated compatibility with Python 3.9, 3.10, 3.11, and 3.12. * Remove unused mock dependency --- projects/rocprofiler-compute/requirements-test.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/projects/rocprofiler-compute/requirements-test.txt b/projects/rocprofiler-compute/requirements-test.txt index bef5a34594..ba37ffdfc0 100644 --- a/projects/rocprofiler-compute/requirements-test.txt +++ b/projects/rocprofiler-compute/requirements-test.txt @@ -1,5 +1,4 @@ -mock -pytest -pytest-cov -pytest-xdist -scipy +pytest==8.0.2 +pytest-cov==5.0.0 +pytest-xdist==3.5.0 +scipy==1.11.4