spacetelescope / exovetter

Exoplanet vetting
https://exovetter.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

TST: Re-enabled remote test #44

Closed pllim closed 3 years ago

pllim commented 3 years ago

Fix #42

The failure was caused by a change of behavior in pytest 6.2 released recently. No good way to get around it except to relax the warning checks.

codecov[bot] commented 3 years ago

Codecov Report

Merging #44 (8fc6e8e) into master (abd4b9b) will increase coverage by 0.65%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   81.31%   81.97%   +0.65%     
==========================================
  Files          13       13              
  Lines         910      910              
==========================================
+ Hits          740      746       +6     
+ Misses        170      164       -6     
Impacted Files Coverage Δ
exovetter/utils.py 70.70% <0.00%> (+1.91%) :arrow_up:
exovetter/sweet.py 97.72% <0.00%> (+6.81%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update abd4b9b...8fc6e8e. Read the comment docs.

pllim commented 3 years ago

Something funky is happening between pytest and pytest-openfiles plugin here. Also maybe using pytest-openfiles isn't suitable for this repo anyway.