Gabriel Shekler

Results 11 comments of Gabriel Shekler

There is also an issue with 2021 ` pendulum.now('UTC') # DateTime(2021, 1, 3, 7, 54, 38, 285672, tzinfo=Timezone('UTC') pendulum.now('UTC').week_of_year # 53 ` Should be week 1 of 2021

> @gs202 I think it should be week 53: > > > The ISO year consists of 52 or 53 full weeks, and where a week starts on a Monday...

This might happen when you have double / `//` at the url

@cristianmtr i had the same error when used something like that `url="http://my_host//loki/api/v1/push"` But it's not your case as i can see

To enrich the log message, I'd like to have more information added on top of the log message when sending the notification. I.e, if the log message is: "can't find...

I've encountered the same issue, will it be resolved?

@RonnyPfannschmidt it seems that i can update existing attributes but can't add new ones. another note, although i use xdist in my project - i've tried to update the xml...

I'll use an example for this test: ``` class TestClass: def test_foo(self): assert True ``` Here is the junit xml file without using `record_xml_attribute`: ``` ``` After adding `record_xml_attribute` to...

@RonnyPfannschmidt https://github.com/pytest-dev/pytest/issues/8662

In both cases pytest==7.0.1. I've degraded pytest-html version only (from 3.1.1 to 2.1.1) and the report was displayed as expected