Closed AA-Turner closed 1 month ago
self.name == ("3.8", "3.9") is never true, as the test should be in. However it is also unneeded, as both versions have a requirements.txt file with identical versions:
self.name == ("3.8", "3.9")
in
A
self.name == ("3.8", "3.9")
is never true, as the test should bein
. However it is also unneeded, as both versions have a requirements.txt file with identical versions:A