# HG changeset patch # User Stefan Behnel <stefan_ml@behnel.de> # Date 1593599071 -7200 # Wed Jul 01 12:24:31 2020 +0200 # Node ID c76718b156182da403a69934bc7b4666bac02fd5 # Parent 90f9c13b978ffd69c4fa5ebca09776659e447136 Disable testing against NumPy 1.19+ in the 0.29.x branch, which removed C-API features. diff --git a/test-requirements.txt b/test-requirements.txt --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ -numpy +numpy<1.19 coverage pycodestyle