#62 Deselect tests failing with Werkzeug 3.x
Merged 5 months ago by churchyard. Opened 5 months ago by frantisekz.
rpms/ frantisekz/httpie flask-3  into  rawhide

file modified
+7 -2
@@ -1,6 +1,6 @@ 

  Name:           httpie

  Version:        3.2.2

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        A Curl-like tool for humans

  

  License:        BSD-3-Clause
@@ -62,7 +62,9 @@ 

  

  %check

  %if %{with tests}

- %pytest -v

+ # Werkzeug >= 3 failures

+ # https://github.com/httpie/cli/issues/1530

+ %pytest -v -k "not test_compress_form and not test_binary"

  %else

  %pyproject_check_import

  %endif
@@ -83,6 +85,9 @@ 

  

  

  %changelog

+ * Wed Jan 03 2024 Frantisek Zatloukal <fzatlouk@redhat.com> - 3.2.2-3

+ - Deselect tests failing with Werkzeug 3.x

+ 

  * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

  

This currently blocks: https://src.fedoraproject.org/rpms/python-werkzeug/pull-request/16#

I've verified the rebase is compatible with the Werkzeug/Flask currently included in Fedora Rawhide.

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/f59e756d7a5745ca967661aae80bb7a8

Pull-Request has been merged by churchyard

5 months ago

Building httpie-3.2.2-3.fc40 for rawhide
Created task: 111236409
Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=111236409

Thanks for the quick review and merge!!!

Metadata