Skip to content

Commit 83dcae6

Browse files
committed
skip flakey tests
1 parent b178ec9 commit 83dcae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flint/types/fq_default_poly.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ cdef class fq_default_poly_ctx:
102102
"""
103103
Return the base field of the polynomial ring
104104
105-
>>> R = fq_default_poly_ctx(65537, 3) # doctest: +SKIP
106-
>>> R.base_field()
105+
>>> R = fq_default_poly_ctx(65537, 3)
106+
>>> R.base_field() # doctest: +SKIP
107107
fq_default_ctx(65537, 3, 'z', x^3 + 3*x^2 + 30077, 'FQ_NMOD')
108108
109109
"""

0 commit comments

Comments
 (0)