Skip to content

Conversation

@Hadatko
Copy link
Member

@Hadatko Hadatko commented Jan 11, 2022

DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp

conftest.py:685
erpcgen/test/conftest.py:685: DeprecationWarning: invalid escape sequence
pattern = re.escape(pattern).replace('\ ', '\s*')

conftest.py:685
erpcgen/test/conftest.py:685: DeprecationWarning: invalid escape sequence \s
pattern = re.escape(pattern).replace('\ ', '\s*')

conftest.py:713
erpcgen/test/conftest.py:713: DeprecationWarning: invalid escape sequence
pattern = re.escape(pattern).replace('\ ', '\s*')

conftest.py:713
erpcgen/test/conftest.py:713: DeprecationWarning: invalid escape sequence \s
pattern = re.escape(pattern).replace('\ ', '\s*')

Signed-off-by: Cervenka Dusan cervenka@acrios.com

 DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    import imp

conftest.py:685
  erpcgen/test/conftest.py:685: DeprecationWarning: invalid escape sequence \
    pattern = re.escape(pattern).replace('\ ', '\s*')

conftest.py:685
  erpcgen/test/conftest.py:685: DeprecationWarning: invalid escape sequence \s
    pattern = re.escape(pattern).replace('\ ', '\s*')

conftest.py:713
  erpcgen/test/conftest.py:713: DeprecationWarning: invalid escape sequence \
    pattern = re.escape(pattern).replace('\ ', '\s*')

conftest.py:713
erpcgen/test/conftest.py:713: DeprecationWarning: invalid escape sequence \s
    pattern = re.escape(pattern).replace('\ ', '\s*')

Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
@Hadatko Hadatko self-assigned this Jan 11, 2022
@Hadatko Hadatko added this to the 1.8.3 milestone Jan 11, 2022
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
@MichalPrincNXP MichalPrincNXP merged commit 7a07f0b into EmbeddedRPC:develop Jan 20, 2022
@MichalPrincNXP
Copy link
Member

Thank you, Dusan.

@Hadatko Hadatko deleted the feature/deprecated_import_imp branch February 4, 2022 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants