#3 Update to 2.0.1 (close RHBZ#2167387)
Merged a year ago by music. Opened a year ago by music.
rpms/ music/python-sure v2.0.1  into  rawhide

file modified
+1
@@ -14,3 +14,4 @@ 

  /sure-1.4.10.tar.gz

  /sure-1.4.11.tar.gz

  /sure-2.0.0.tar.gz

+ /sure-2.0.1.tar.gz

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

  %bcond_without doc_pdf

  

  Name:           python-sure

- Version:        2.0.0

+ Version:        2.0.1

  Release:        %autorelease

  Summary:        Idiomatic assertion toolkit with human-friendly failure messages

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (sure-2.0.0.tar.gz) = d113b08afd63c379ec9f05169b1ad15f3bb616a1f6ad7d0ef6513e98ba7ebb7462254b2d25307906d9f63603fed4f9e4b83ccbca0ec53a2b483f9395fa0fb94a

+ SHA512 (sure-2.0.1.tar.gz) = 8a336d43a098c4aab470723c2abcd53a2eca51624011d4bebc84fea25ad16b12cf298ecbe011119a71fa00f884621344fb8bb7675728e22f8d496670258496e2

https://github.com/gabrielfalcao/sure/compare/2.0.0...v2.0.1

### 2.0.1

- Fixes CI build (Github Actions)
- Fixes broken tests
- Housekeeping: Licensing
- Disable nosetests for testing leaving only pytest as supported test-runner for now

Disable nosetests for testing leaving only pytest as supported test-runner for now

Can --ignore=tests/test_old_api.py be removed from the spec now?

Can --ignore=tests/test_old_api.py be removed from the spec now?

No, unfortunately not. The changelog entry is a bit misleading. The CI config and Makefile have been altered to use pytest instead of nosetests, but tests/test_old_api.py still imports nose.

Pull-Request has been merged by music

a year ago