#4 Let's use python3_sitelib for python3 tests.
Merged 4 years ago by churchyard. Opened 4 years ago by kathenas.
Unknown source master  into  master

file modified
+1 -1
@@ -64,7 +64,7 @@

  %if %{with tests}

  %check

  PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python2_version} -v -k 'not (test_pip_download or test_old_setuptools_fails or test_old_setuptools_allows_with_warnings or test_distlib_setuptools_works)'

- PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python3_version} -v -k 'not (test_pip_download or test_old_setuptools_fails or test_old_setuptools_allows_with_warnings or test_distlib_setuptools_works)'

+ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v -k 'not (test_pip_download or test_old_setuptools_fails or test_old_setuptools_allows_with_warnings or test_distlib_setuptools_works)'

  %endif

  

  %files -n python2-%{srcname}

Let's use python3_sitelib for python3 tests.

Pull-Request has been merged by churchyard

4 years ago
Metadata