Skip to content

Commit 1ea8066

Browse files
committed
py-nose: py313 does not support no_2to3
1 parent bd681b0 commit 1ea8066

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/py-nose/Portfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if {${name} ne ${subport}} {
5151
file mkdir ${worksrcpath}/functional_tests/support/empty
5252
}
5353

54-
if {${python.version} >= 36} {
54+
if {${python.version} >= 36 && ${python.version} < 313} {
5555
patchfiles-append no_2to3.diff
5656

5757
post-patch {
@@ -75,4 +75,3 @@ if {${name} ne ${subport}} {
7575

7676
test.run yes
7777
}
78-

0 commit comments

Comments
 (0)