From 2452abb7ecc5b44e5ae07195621829e93bb36430 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 17 Jan 2024 17:14:30 -0500 Subject: [PATCH] add pytest pre to requirements-dev.txt --- requirements-dev.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index a552322cc..dbc6e49ec 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,6 +5,8 @@ git+https://github.com/asdf-format/asdf-unit-schemas.git git+https://github.com/asdf-format/asdf-wcs-schemas git+https://github.com/yaml/pyyaml.git +pytest>=0.0.dev0 + numpy>=0.0.dev0 # although we don't use scipy, we include it here so that any dependency # that uses it during these tests will use the development version