# HG changeset patch
# User Stefan Behnel <stefan_ml@behnel.de>
# Date 1593600333 -7200
#      Wed Jul 01 12:45:33 2020 +0200
# Node ID 3e2edaf86c8b62de8ef5e516fce441829aedce65
# Parent  c76718b156182da403a69934bc7b4666bac02fd5
Disable testing against NumPy 1.19.0 in the 0.29.x branch, which breaks a C-API call.

diff --git a/test-requirements.txt b/test-requirements.txt
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,3 @@
-numpy<1.19
+numpy != 1.19.0
 coverage
 pycodestyle