File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1035,10 +1035,14 @@ git_whitelist = {
10351035 '.ci/generate_durations_log.sh' ,
10361036 '.ci/parse_durations_log.py' ,
10371037 '.ci/blacklisted.json' ,
1038+ '.ci/README.rst' ,
1039+ '.github/FUNDING.yml' ,
10381040 '.editorconfig' ,
10391041 '.coveragerc' ,
1042+ 'coveragerc_travis' ,
10401043 'codecov.yml' ,
10411044 'pytest.ini' ,
1045+ 'MANIFEST.in' ,
10421046 # Code of conduct
10431047 'CODE_OF_CONDUCT.md' ,
10441048 # Pull request template
@@ -1130,4 +1134,6 @@ tarball_whitelist = {
11301134 'sympy.egg-info/top_level.txt' ,
11311135 'sympy.egg-info/not-zip-safe' ,
11321136 'sympy.egg-info/entry_points.txt' ,
1137+ # Not sure where this is generated from...
1138+ 'doc/commit_hash.txt' ,
11331139 }
Original file line number Diff line number Diff line change @@ -440,6 +440,7 @@ def run(self):
440440 'sympy.parsing.autolev.test-examples.pydy-example-repo' : ['*.al' ],
441441 'sympy.parsing.latex' : ['*.txt' , '*.g4' ],
442442 'sympy.integrals.rubi.parsetools' : ['header.py.txt' ],
443+ 'sympy.plotting.tests' : ['test_region_*.png' ],
443444 },
444445 data_files = [('share/man/man1' , ['doc/man/isympy.1' ])],
445446 cmdclass = {'test' : test_sympy ,
You can’t perform that action at this time.
0 commit comments