Two questions:
- Why does
test_against_taxsim.py skip the tests for the Windows CI (see line 34)?
- Even though we cannot do CI testing on Mac OS X, is there any reason why this test should not work running locally on Mac OS X (see description below)?
My fork of openfisca-us is up-to-date with the main branch as of today. When I run make test, everything passes except that I get five failures in test_against_taxsim.py.
openfisca_us/tests/test_variables.py ....................................................................... [ 6%]
............................................................................................................ [ 16%]
............................................................................................................ [ 27%]
............................................................................................................ [ 37%]
............................................................................................................ [ 47%]
............................................................................................................ [ 57%]
............................................................................................................ [ 67%]
............................................................................................................ [ 78%]
............................................................................................................ [ 88%]
............................................................................................................ [ 98%]
.. [ 98%]
openfisca_us/tests/code_health/parameters.py . [ 98%]
openfisca_us/tests/code_health/variable_names.py . [ 98%]
openfisca_us/tests/microsimulation/test_against_taxsim.py FFFFF [ 99%]
openfisca_us/tests/microsimulation/test_microsim.py . [ 99%]
openfisca_us/tests/microsimulation/data/test_imports.py .. [ 99%]
openfisca_us/tests/microsimulation/data/acs/test_acs.py ss [ 99%]
openfisca_us/tests/microsimulation/data/cps/test_cps.py .. [100%]
I checked the most recent PRs to openfisca-us, and the test_against_taxsim.py tests pass on the Linux CI tests (and are skipped for the Windows CI tests). Is this an issue with running these TAXSIM tests on Mac OS X?
cc: @nikhilwoodruff
Two questions:
test_against_taxsim.pyskip the tests for the Windows CI (see line 34)?My fork of
openfisca-usis up-to-date with the main branch as of today. When I runmake test, everything passes except that I get five failures intest_against_taxsim.py.I checked the most recent PRs to
openfisca-us, and thetest_against_taxsim.pytests pass on the Linux CI tests (and are skipped for the Windows CI tests). Is this an issue with running these TAXSIM tests on Mac OS X?cc: @nikhilwoodruff