Skip to content

Commit

Permalink
moves the ini somewhere findable now that tests have moved (#20)
Browse files Browse the repository at this point in the history
* instll ini

* more

* rm
  • Loading branch information
loriab authored Apr 24, 2024
1 parent abd8b33 commit 643c85f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
25 changes: 22 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
{ name="Benjamin Pritchard", email="bpp4@vt.edu" },
{ name="Lori A. Burns", email="lori.burns@gmail.com" },
]
description='QCManybody'
description='QCManyBody'
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.8"
Expand All @@ -34,15 +34,16 @@ docs = [
"mkdocs",
"mkdocs-material",
"mkdocstrings[python]",
"tabulate",
]


[tool.setuptools.package-data]


[project.urls]
"Homepage" = "https://github.com/MolSSI/QCManybody"
"Bug Tracker" = "https://github.com/MolSSI/QCManybody/issues"
"Homepage" = "https://github.com/MolSSI/QCManyBody"
"Bug Tracker" = "https://github.com/MolSSI/QCManyBody/issues"


[tool.black]
Expand All @@ -54,3 +55,21 @@ line-length = 120

[tool.versioningit.vcs]
default-tag = "0.0.99" # useful for CI/shallow clones


[tool.pytest.ini_options]
minversion = "7.0"
addopts = "--import-mode=importlib"
pythonpath = [
"tests",
]
testpaths = [
"tests",
]
markers = [
"addon: tests require external non-required software",

"cfour: tests using CFOUR software; skip if unavailable",
"nwchem: tests using classic NWChem software; skip if unavailable",
"psi4: tests using Psi4 software; skip if unavailable",
]
20 changes: 0 additions & 20 deletions pytest.ini

This file was deleted.

0 comments on commit 643c85f

Please sign in to comment.