BR tcsh so we can test csh activation scripts
With this change, tests in tests/unit/activation/test_csh.py are no longer skipped.
This commit is contained in:
parent
b7713a7b03
commit
0e216a1c2a
@ -1,6 +1,6 @@
|
|||||||
Name: python-virtualenv
|
Name: python-virtualenv
|
||||||
Version: 20.13.3
|
Version: 20.13.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Tool to create isolated Python environments
|
Summary: Tool to create isolated Python environments
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -32,6 +32,7 @@ BuildRequires: python3-towncrier
|
|||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: fish
|
BuildRequires: fish
|
||||||
|
BuildRequires: tcsh
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: python3-flaky
|
BuildRequires: python3-flaky
|
||||||
BuildRequires: python3-packaging
|
BuildRequires: python3-packaging
|
||||||
@ -157,6 +158,9 @@ rm -r tmp_path
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 14 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20.13.3-3
|
||||||
|
- BR tcsh so we can test csh activation scripts
|
||||||
|
|
||||||
* Mon Mar 14 2022 Lumír Balhar <lbalhar@redhat.com> - 20.13.3-2
|
* Mon Mar 14 2022 Lumír Balhar <lbalhar@redhat.com> - 20.13.3-2
|
||||||
- Add explicit error when embed version of wheels is requested
|
- Add explicit error when embed version of wheels is requested
|
||||||
Resolves: rhbz#2053948
|
Resolves: rhbz#2053948
|
||||||
|
Loading…
Reference in New Issue
Block a user