Skip to content

Commit ac17bce

Browse files
committed
Update syntax in pyproject.toml for pytest options
Added pandas to host requirements for rattler conda recipe build to force testing of compatible version (currently builds for python version that does not have a pandas build available on mac)
1 parent f7dc054 commit ac17bce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda.recipe/recipe.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ requirements:
3434
host:
3535
- hatch-fancy-pypi-readme
3636
- numpy >=1.13.0
37+
- pandas
3738
- pip
3839
- python >=3.9
3940
- scikit-build-core
4041
- setuptools_scm
4142
run:
4243
- ${{ stdlib('c') }}
44+
- pandas
4345
- python >=3.9
4446
- numpy >=1.13.0
4547

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ content-type = "text/x-rst"
6666
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
6767
path = "README.rst"
6868

69-
[tool.pytest.ini]
69+
[tool.pytest]
7070
norecursedirs = ["*.egg", ".tox", "rapidjson"]
7171
addopts = ["--verbose", "-s", "--ignore=rapidjson/thirdparty"]
72-
73-
[tool.pytest.ini_options]
7472
filterwarnings = ["error"]

0 commit comments

Comments
 (0)