#60 Enable test for EPEL9
Merged 9 months ago by churchyard. Opened 9 months ago by mikelo2.
rpms/ mikelo2/httpie enable-tests-epel9  into  rawhide

file modified
+1 -7
@@ -11,14 +11,8 @@ 

  

  BuildRequires:  python3-devel

  

- %if 0%{?fedora}

- # On Fedora, the tests are enabled by default, --without tests option exists

+ # The tests are enabled by default, --without tests option exists

  %bcond_without tests

- %else

- # On EPEL 9, we don't have all the dependencies, the tests are disabled

- # Missing (2023-07-08): python-pytest-lazy-fixture

- %bcond_with tests

- %endif

  

  %description

  HTTPie is a CLI HTTP utility built out of frustration with existing tools. The

Since EPEL8 is not updated by backporting the spec due to missing
required dependency updates, this changes just removes the check for
EPEL.

Could you please keep this comment? E.g.:

# The tests are enabled by default, --without tests option exists

rebased onto aa99bf7

9 months ago

Pull-Request has been merged by churchyard

9 months ago
Metadata