mamba-org / gator

Conda environment and package management extension from within Jupyter
Other
260 stars 30 forks source link

Skip failing action on windows #81

Closed fcollonval closed 4 years ago

fcollonval commented 4 years ago

Let's remove the failing test on windows as it is not random. And it does not represent a real case error.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 257024727


Files with Coverage Reduction New Missed Lines %
jupyter_conda/envmanager.py 34 87.06%
<!-- Total: 34 -->
Totals Coverage Status
Change from base Build 252254100: -0.3%
Covered Lines: 733
Relevant Lines: 1136

💛 - Coveralls
fcollonval commented 4 years ago

Tests (for test_api) on windows for Python 3.8 get stuck... My guess is that it is related to the use of AsyncMock (introduced in 3.8). So I'll stick to 3.7 for now.