CI testing is failing on Windows builds for python 3.9, causing 3.7 and 3.8 to be skipped so maybe issue there too.
The specific error is:
Traceback (most recent call last):
File "D:\a\biopython\biopython\Tests\test_PhyloXML.py", line 574, in test_phylo
self._rewrite_and_call(
File "D:\a\biopython\biopython\Tests\test_PhyloXML.py", line 512, in _rewrite_and_call
getattr(inst, test)()
File "D:\a\biopython\biopython\Tests\test_PhyloXML.py", line 287, in test_Distribution
self.assertEqual(dist.desc, desc)
AssertionError: 'ETH Zürich' != 'ETH Z�rich'
- ETH Zürich
? ^^
+ ETH Z�rich
? ^
CI testing is failing on Windows builds for python 3.9, causing 3.7 and 3.8 to be skipped so maybe issue there too.
The specific error is:
As noted in #3898