Mercurial > code > home > repos > patchablegraph
comparison pyproject.toml @ 32:7a3044dfbcf5
pdm sauce
author | drewp@bigasterisk.com |
---|---|
date | Sun, 24 Apr 2022 00:48:00 -0700 |
parents | 0dd0a01c2c6e |
children | 4ba33b77fc32 |
comparison
equal
deleted
inserted
replaced
31:8d908762fe1e | 32:7a3044dfbcf5 |
---|---|
31 | 31 |
32 [build-system] | 32 [build-system] |
33 requires = ["pdm-pep517>=0.12.0"] | 33 requires = ["pdm-pep517>=0.12.0"] |
34 build-backend = "pdm.pep517.api" | 34 build-backend = "pdm.pep517.api" |
35 | 35 |
36 [[tool.pdm.source]] | |
37 url = "https://projects.bigasterisk.com/" | |
38 verify_ssl = true | |
39 name = "home" | |
40 | |
36 [tool.pytest.ini_options] | 41 [tool.pytest.ini_options] |
37 filterwarnings = [ | 42 filterwarnings = [ |
38 # The below warning is a consequence of how pytest doctest detects mocks and how DefinedNamespace behaves when an undefined attribute is being accessed. | 43 # The below warning is a consequence of how pytest doctest detects mocks and how DefinedNamespace behaves when an undefined attribute is being accessed. |
39 'ignore:Code. pytest_mock_example_attribute_that_shouldnt_exist is not defined in namespace .*:UserWarning', | 44 'ignore:Code. pytest_mock_example_attribute_that_shouldnt_exist is not defined in namespace .*:UserWarning', |
40 # The below warning is a consequence of how pytest detects fixtures and how DefinedNamespace behaves when an undefined attribute is being accessed. | 45 # The below warning is a consequence of how pytest detects fixtures and how DefinedNamespace behaves when an undefined attribute is being accessed. |