From f8543f2d7f819e5c6cbe781fd79efa98f5e79567 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 8 Oct 2024 02:56:26 +0200 Subject: [PATCH] Testing: Update to pytest-cratedb 0.4.0 --- testing/native/python-pytest/README.md | 8 ++++---- testing/native/python-pytest/requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/native/python-pytest/README.md b/testing/native/python-pytest/README.md index 67da4626..4500d0ff 100644 --- a/testing/native/python-pytest/README.md +++ b/testing/native/python-pytest/README.md @@ -1,12 +1,12 @@ -# Using "pytest-crate" with CrateDB and pytest +# Using "pytest-cratedb" with CrateDB and pytest -[pytest-crate] wraps the CrateDB test layer from [cr8], and provides +[pytest-cratedb] wraps the CrateDB test layer from [cr8], and provides a few pytest fixtures to conveniently make it accessible for test cases based on pytest. This folder contains example test cases demonstrating how to use the `crate`, `crate_cursor`, and `crate_cursor` pytest fixtures exported -by [pytest-crate]. +by [pytest-cratedb]. > [!TIP] > Please also refer to the header sections of each of the provided @@ -40,4 +40,4 @@ pytest [cr8]: https://pypi.org/project/cr8/ -[pytest-crate]: https://pypi.org/project/pytest-crate/ +[pytest-cratedb]: https://pypi.org/project/pytest-cratedb/ diff --git a/testing/native/python-pytest/requirements.txt b/testing/native/python-pytest/requirements.txt index 05a598c2..02acb1c6 100644 --- a/testing/native/python-pytest/requirements.txt +++ b/testing/native/python-pytest/requirements.txt @@ -1,4 +1,4 @@ crash==0.31.5 pytest<9 -pytest-crate==0.3.0 +pytest-cratedb==0.4.0 setuptools # Temporary, until next cr8 release.