diff --git a/CHANGELOG b/CHANGELOG index 7546619930eb37e2198fc8aed8c78be7235fec3f..b21d497608f4a52a6c18994fdeafa7e35b198a8b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -31,7 +31,7 @@ https://keepachangelog.com/en/0.3.0/ - added a few new Jupyter notebooks * 0.9.3: -- Changed the python version requirement to be 3.9+ +- Changed the python version requirement to be 3.9+ - Restructured the population grid object by splitting off functions that belong in the same category and storing them in a mixin-class within the population_extensions/ dir. - merged the HPC branch: - added Condor support diff --git a/pyproject.toml b/pyproject.toml index fac2fa80873618c6bd2b59db941fd20d991e7fee..eda419d6b4f08d09ed3cdb6b8ebe95f2c4dd7e77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,5 @@ target-version = ['py36'] [tool.coverage] -omit = - test_*.py +#omit = +# test_*.py